/* 20250417 */
.index_banner{
    position: relative;
}
.index_banner .set_bg{
    overflow: hidden;
}
.index_banner .swiper-slide.swiper-slide-active .set_bg img {
    transform: scale(1);
}
.index_banner .set_bg img{
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 2s ease-in-out; /* 添加过渡效果 */
    max-height: 700px;
    height: 700px;
    object-fit: cover;
}
.index_banner .set_bg .mobBanner{
    display: none;
}
.index_banner .set_bg video{
    width: 100%;
    max-height: 700px;
    height: 700px;
    object-fit: cover;
}
.index_banner .set_text h3{
    color:#FFF;
    font-family: "Microsoft YaHei";
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.index_banner .set_text p{
    color: rgba(255, 255, 255, 0.50);
    font-family: "Microsoft YaHei";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 30px;
}
.index_banner .banner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_banner .iBanner_icon{
    margin-bottom: 18px;
}
.index_banner .swiper-pagination{
    bottom: 50px;
}
.index_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: inherit;
    border: 1px solid #fff;
    opacity: 1;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background: #fff;
    border-radius: 20px;
}
.index_banner .swiper-button-prev:after,.index_banner .swiper-button-next:after{
    font-size: 16px;
}
.index_banner .swiper-button-prev{
    left: 4%;
    color: #FFF;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.index_banner .swiper-button-next{
    right: 4%;
    color: #FFF;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.indexComTit {
    text-align: center;
    position: relative;
    padding-bottom: 1.5rem;
}
.indexComTit span{
    color: #303030;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.6s;
    border-bottom: 2px solid #D9D9D9;
    position: relative;
    padding-bottom: 1.5rem;
}
.indexComTit::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    height: 6px;
    background-color: #CC0104;
}
.indexComTit span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
    height: 2px;
    transition: all 0.6s;
}
.indexComTit span:hover::after {
    width: 100%;
    background-color: #CC0104;
}
.indexComBtn{
    text-align: center;
}
.indexComBtn .btnLink{
    border-radius: 10px;
    background: #FFF;
    display: inline-block;
    padding: 13px 20px;
}
.indexComBtn .btnLink span{
    color: #CC0104;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 20px;
    vertical-align: middle;
}
.indexComBtn .btnLink img{
    width: 20px;
    vertical-align: middle;
}
.indexComBtn.yellow .btnLink{
    background: #F7F7F7;
}

.index_solution{
    padding-top: 90px;
}
.iSol_warp{
    margin-top: 90px;
    background: url(../images/iSol_bg_250430.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.scene{
    width: 106%;
    overflow-x: auto;
    cursor: grab;
    scroll-behavior: smooth; /* 平滑滚动 */
    -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
    scroll-behavior: auto; /* 拖动时要立即响应，而不是 smooth */
}
.scene.dragging {
    cursor: grabbing;
    user-select: none;
}
.scene.dragging  .item-detail{
    cursor: grabbing;
    user-select: none;
    /* pointer-events: none; */
}
/* .scene.dragging,
.scene.dragging * {
    user-select: none !important;
    pointer-events: none;
} */
.scene::-webkit-scrollbar {
    height: 6px;
    background-color:#fff;
}
.scene::-webkit-scrollbar-track {
    background: transparent;
}
.scene::-webkit-scrollbar-thumb {
    background-color: #CC0104;
    border-radius: 4px;
}
.scene .scene-content{
    display: flex;
    width:242%;
    min-width: 100%;
    height: 620px;
    position: relative;
}
.scene .scene-content .scene-content-item {
    position: relative;
    flex: 1 1 .298177rem;
    /* flex: 0 0 12%; */
    /* flex: 1 1 25%; */
    transition: all 1s;
    will-change: auto;
    box-sizing: border-box;
}
.scene .scene-content .scene-content-item .scene-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: skew(-10.15deg);
    transform-origin: left top;
    overflow: hidden;
}
.scene .scene-content .scene-content-item .scene-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: .3;
}
.scene .scene-content .scene-content-item:last-child .scene-wrapper::before {
    content: none;
}
.scene .scene-content .scene-content-item .scene-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107deg, #0a2349 20%, rgba(10, 35, 73, 0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.scene .scene-content .scene-content-item .scene-wrapper-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.149089rem;
    width: 1920px;
    height: 100%;
    transform: translate(-50%, 0) skew(10.15deg);
    transform-origin: left top;
}
.scene .scene-content .scene-content-item .scene-wrapper .scene-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 100;
    transition: all .6s;
}
.scene .scene-content .scene-content-item .scene-wrapper-bg>img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
}
.scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper-bg>img {
    transform: translate(-.260417rem, 0);
}
.scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg>img {
    transform: translate(.260417rem, 0);
}
.scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg>img {
    transform: translate(-.182292rem, 0);
}
.scene .scene-content .scene-content-item:nth-child(4) .scene-wrapper-bg>img {
    transform: translate(-.182292rem, 0);
}
.scene .scene-content .scene-content-item:hover {
    flex: 1 0 7%;
}
.scene .scene-content .scene-content-item:hover .scene-wrapper .scene-modal {
    opacity: 0;
    visibility: hidden;
}
.scene .scene-content .scene-content-item .item-thumb {
    position: absolute;
    z-index: 2;
    top: 0;
    /* left: 0; */
    left: 47%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    /* background: linear-gradient(360deg, #0a2349 0, rgba(10, 35, 73, 0) 100%); */
    transition: opacity .5s;
}
.scene .scene-content .scene-content-item .item-thumb .item-thumb-title {
    margin-bottom:22px;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    min-height: 86px;
}
.scene .scene-content .scene-content-item .item-thumb .item-thumb-action{
    text-align: center;
    margin-top: 13%;
}
.scene .scene-content .scene-content-item .item-thumb .item-thumb-action img{
    width: 58px;
    height: 58px;
}
.scene .scene-content .scene-content-item .item-detail {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(107deg, #0a2349 20%, rgba(10, 35, 73, 0) 100%); */
    transition: opacity .6s;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header {
    margin-bottom: 10%;
    padding: 5% 39% 0 33%;
    text-align: center;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-action img{
    width: 58px;
    height: 58px;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-title{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 18px;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-desc{
    color: rgba(255, 255, 255, 0.80);
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 30px; /* 187.5% */
    margin-bottom: 18px;
    text-align: justify;
    text-indent: 2em;
    
    
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow span{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 10px;
    vertical-align: middle;
}
.scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.scene .scene-content .scene-content-item:hover .item-detail {
    opacity: 1;
    z-index: 2;
}
.scene .scene-content .scene-content-item:hover .item-thumb{
    opacity: 0;
}
.index_leaseMob{
    display: none;
}
.scenePhone_list li {
    position: relative;
}
.scenePhone_list .list_bg {
    background: linear-gradient(180deg, rgba(0, 3, 7, 0.20) 0%, #003F7E 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.scenePhone_list .list_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scenePhone_list .list_text_title {
    color: #FFF;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.scenePhone_list .list_text_action img {
    width: 36px;
    height: 36px;
}
.scenePhone_list .list_text_action {
    margin-top: 30px;
}
.scenePhone{
    display: none;
}
.scenePhone .item-thumb-action img{
    width: 55px;
}
.scenePhone .item-thumb-title{
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}
.scenePhone .scene-content{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 20px;
}
.scenePhone .scene-content .scene-content-item{
    width: 33%;
    margin: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 20px 2px;
}
.scenePhone .scene-content .item-thumb{
    text-align: center;
    display: block;
}

.index_map{
    background: linear-gradient(180deg, #EBEEF5 0%, #FFF 100%);
    padding-top: 70px;
}
.iMap_box{
    margin-top: 35px;
    position: relative;
}
.iMap_bg .mapBg{
    width: 100%;
}
.iMap_tit{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.iMap_tit p{
    color: #8B8A8A;
    text-align: left;
    text-indent: 2em;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 25.5px */
}
.iMap_list{
    position: absolute;
    left: 20%;
    top: 30%;
}
.iMap_list .list_ul li{
    display: flex;
    align-items: center;
}
.iMap_list .list_ul li{
    margin-bottom: 3px;
}
.iMap_list .list_l img{
    width: 95px;
    height: 95px;
}
.iMap_list .list_r h2{
    color: #8B8A8A;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
}
.iMap_list .list_r h3 span{
    color: #515151;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 115% */
}
.iMap_list .list_r h3 i{
    color: #515151;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iMap_list .list_tit p{
    color: #8B8A8A;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iMap_img{
    position: absolute;
    width: 39%;
    left: 37%;
    top: 15%;
}
.iMap_box .mapBg{
    width: 100%;
}

.index_case{
    background: #F7F7F7;
    padding: 90px 0 70px 0;
}
.iCase_box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.iCase_box .link_img{
    overflow: hidden;
}
.iCase_box .link_img img{
    width: 100%;
    transform: scale(1.05);
    transition: all 1.6s;
    height: 351px;
    object-fit: cover;
}
.iCase_box .box_cent:hover .link_img img {
    transform: scale(1);
}
.iCase_box .box_cent{
    width: 50%;
    padding: 15px;
}
.iCase_box .box_link{
    position: relative;
    display: block;
}
.iCase_box .box_info{
    position: absolute;
    width: 100%;
    height: 27%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
    padding-left: 3rem;
    padding-top: 1.5rem;
}
.iCase_box .box_info h3{
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Microsoft YaHei";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.iCase_box .box_info::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 3rem;
    width: 75px;
    height: 3px;
    background: #CC0104;
    transition: all 0.6s;
}
.iCase_box .box_cent:hover .box_info::after {
    width: calc(100% - 3rem);
}

.index_news{
    padding: 90px 0 70px 0;
}
.index_news .news_content {
    display: flex;
    align-items: center;
    margin: 70px 0;
}
.index_news .news_content .news_imgs{
    width: 44.8%;
    height: 33rem;
    margin-right: 24px;
    border-radius: 0 2rem 2rem 0;
}
.index_news .news_content .news_imgs ul {
    height: 100%;
    position: relative;
}
.index_news .news_content .news_imgs ul li {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    width: 100%;
    transition: all 0.6s;
}
.index_news .news_content .news_imgs ul li a {
    display: block;
    height: 100%;
    width: 100%;
}
.index_news .news_content .news_imgs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_news .news_content .news_imgs ul li.active {
    opacity: 1;
    z-index: 3;
}
.index_news .news_content .news_list {
    width: 40.7%;
}
.index_news .news_content .news_list ul li {
    border-bottom: 2px solid #D8D8D8;
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
}
.index_news .news_content .news_list ul li .text {
    flex: 1;
    overflow: hidden;
}
.index_news .news_content .news_list ul li .text h3 {
    color: #8B8A8A;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_news .news_content .news_list ul li .text p {
    color: #767676;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-top: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_news .news_content .news_list ul li .time {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin: 0 6rem 0 2rem;
    color: #8B8A8A;
    line-height: normal;
    text-transform: uppercase;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
}
.index_news .news_content .news_list ul li .time span {
    font-size: 32px;
    font-weight: 700;
}
.index_news .news_content .news_list ul li .time i {
    font-size: 12px;
    font-weight: 400;
}
.index_news .news_content .news_list ul li .time:after {
    content: "";
    opacity: 0;
    margin-top: 1.5rem;
    height: 1.8rem;
    height: 20px;
    background: url(../images/iCom_btn_right.svg) no-repeat center right;
    background-size: contain;
    transition: all 0.6s;
}
.index_news .news_content .news_list ul li .wap{
    display: none;
}
.index_news .news_content .news_list ul li .wap img{
    width: 100%;
}
.index_news .news_content .news_list ul li:first-of-type {
    border-top: 2px solid #D8D8D8;
}
.index_news .news_content .news_list ul li .wap_time{
    position: relative;
    margin-top: 10px;
    display: none;
}
.index_news .news_content .news_list ul li .wap_time span{
    color: #303030;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.index_news .news_content .news_list ul li .wap_time:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/iCom_btn_right.svg) no-repeat center right;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index_news .news_content .news_list ul li.active .time::after {
    opacity: 1;
}
.index_news .news_content .news_list ul li.active .text h3 {
    color: #303030;
}
.index_news .news_content .news_list ul li.active .text p {
    color: #303030;
}
.index_news .news_content .news_list ul li.active .time {
    color: #303030;
}

footer {
    border-top: 0.2rem solid #fff;
  }
  footer .footer_content {
    background: #F7F7F7;
    border-bottom: 0.2rem solid #fff;
  }
  footer .footer_content .footer_content_main {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  footer .footer_content .footer_content_main .footer_links {
    width: 83rem;
    padding: 4.5rem 7rem 3rem 0;
    box-sizing: border-box;
  }
  footer .footer_content .footer_content_main .footer_links ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_content .footer_content_main .footer_links ul li {
    width: 25%;
  }
  footer .footer_content .footer_content_main .footer_links ul li:nth-of-type(-n+3) {
    margin-bottom: 4rem;
  }
  footer .footer_content .footer_content_main .footer_links ul li dl dt {
    color: #000;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 16px;
  }
  footer .footer_content .footer_content_main .footer_links ul li dl dd a {
    color: #828282;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 179.227% */
    text-transform: capitalize;
    white-space: nowrap;
  }
  footer .footer_content .footer_content_main .footer_links ul li dl dd:hover a {
    color: #424242;
    font-weight: 700;
  }
  footer .footer_content .footer_content_main .footer_infos {
    width: 45rem;
    padding: 4.5rem 0 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    border-left: 0.2rem solid #fff;
    overflow: hidden;
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone {
    margin-bottom: 3.5rem;
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone span {
    color: #CC0104;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Arial;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 1.3rem;
    padding-left: 3.5rem;
    background: url("../images/foot_phone_icon.svg") no-repeat bottom left;
    background-size: 2.2rem;
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone i {
    font-size: 1.8rem;
    color: #424242;
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone > a {
    color: #050505;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  @keyframes content_jump {
    0% {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone > a::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 1rem;
    background: url("../images/foot_content_icon.svg") no-repeat center;
    background-size: contain;
    animation: content_jump 0.8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  footer .footer_content .footer_content_main .footer_infos .contact_phone > a:hover {
    color: #CC0104;
  }
  footer .footer_content .footer_content_main .footer_infos .address {
    margin-bottom: 4rem;
    color: #545454;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code span {
    font-size: 1.8rem;
    color: #979797;
    line-height: 3.5rem;
    padding-right: 3.2rem;
    background: url("../img/footer_code_icon.png") no-repeat center right;
    background-size: 2.2rem;
    letter-spacing: 1px;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code .code {
    transform: translateX(100%);
    margin-top: 1rem;
    width: 11rem;
    height: 11rem;
    line-height: 11rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 0.6rem;
    transition: all 0.6s;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code .code img {
    width: 10rem;
    height: 10rem;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code:hover span {
    background: url("../img/footer_code_icon_active.png") no-repeat center right;
    background-size: 2.2rem;
  }
  footer .footer_content .footer_content_main .footer_infos .qr_code:hover .code {
    transform: translateX(0);
  }
  footer .footer_content .footer_content_main .footer_infos .icons {
    display: flex;
    align-items: center;
  }
  footer .footer_content .footer_content_main .footer_infos .icons .wxBox p{
    color: #545454;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
  }
  footer .footer_content .footer_content_main .footer_infos .icons .wxBox:not(:first-child){
    margin-left: 13px;
  }
  footer .footer_banquna {
    background: #EFEFEF;
    position: relative;
  }
  footer .footer_banquna .footer_banquna_main {
    height: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer_banquna .footer_banquna_main .banquna {
    color: rgb(0 0 0 / 80%);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  footer .footer_banquna .footer_banquna_main .banquna .beian {
    color: rgb(0 0 0 / 80%);
  }
  footer .footer_banquna .footer_banquna_main .banquna .beian i {
    margin: 0 1.2rem;
  }
  footer .footer_banquna .footer_banquna_main .footer_logo {
    position: relative;
    z-index: 1;
  }
  footer .footer_banquna .footer_banquna_main .footer_logo img {
    width: 100%;
  }
  footer .footer_banquna::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 39.937%;
    height: 7rem;
    background: #CC0104;
    border-radius: 30px 0rem 0rem 30px;
  }
  @keyframes zoomBanner {
    0% {
      background-size: 105%;
    }
    100% {
      background-size: 100%;
    }
  }
  @keyframes fadeInDowns {
    0% {
      opacity: 0;
      transform: translate(-50%, -5rem);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
  @keyframes fadeInDown_wap {
    0% {
      opacity: 0;
      transform: translate(-50%, -5rem);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
/* 20250417 */
@media only screen and (max-width: 1500px){
    .indexComTit span {
        font-size: 36px;
    }
    .indexComTit::after {
        bottom: -5px;
        width: 5rem;
        height: 4px;
    }
    .indexComTit span::after {
        width: 8rem;
    }
    .index_news .news_content .news_imgs {
        height: 26rem;
        width: 50.8%;
    }
    .index_news .news_content .news_list ul li {
        padding: 25px 0;
    }
    .index_news .news_content .news_list ul li .time {
        margin: 0 3rem 0 2rem;
    }
    .index_news .news_content .news_list ul li .text p {
        font-size: 14px;
    }
    .index_news .news_content .news_list ul li .text h3 {
        font-size: 18px;
    }
    .index_news .news_content .news_list ul li .time span {
        font-size: 28px;
    }
    .iMap_list .list_r h3 span {
        font-size: 32px;
        line-height: 40px;
    }
    .iMap_box .mapBg{
        height: 550px;
        object-fit: cover;
    }
    .iMap_tit {
        width: 75%;
    }
    .iMap_list .list_l img {
        width: 70px;
        height: 70px;
    }
    .iMap_list {
        top: 23%;
    }
    .iMap_img {
        left: 40%;
    }
    .scene .scene-content {
        width: 265%;
    }
    .scene .scene-content .scene-content-item .item-thumb .item-thumb-title {
        font-size: 26px;
    }
    .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-title {
        font-size: 26px;
    }
    .scene .scene-content .scene-content-item .item-thumb {
        left: 48%;
    }
    .index_banner .set_bg img {
        max-height: 480px;
        height: 480px;
    }
    .index_banner .set_bg video{
        max-height: 480px;
        height: 480px;
    }
    .iCase_box .link_img img {
        height: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .indexComTit span {
        font-size: 30px;
        padding-bottom: 1rem;
    }
    .indexComTit::after {
        bottom: 3px;
    }
    .indexComTit span::after {
        width: 7rem;
    }
    footer .footer_banquna .footer_banquna_main {
        height: 6rem;
    }
    footer .footer_banquna .footer_banquna_main .footer_logo {
        right: 9%;
    }
    footer .footer_content .footer_content_main .footer_infos .contact_phone span {
        font-size: 32px;
        margin-bottom: 1.3rem;
        padding-left: 3rem;
        background-size: 1.8rem;
    }
    footer .footer_content .footer_content_main .footer_infos .contact_phone {
        margin-bottom: 3rem;
    }
    footer .footer_content .footer_content_main .footer_infos .icons .wxBox img{
        width: 100px;
    }
    .index_news .news_content .news_imgs {
        width: 45.8%;
    }
    .index_news .news_content .news_list {
        width: 45.7%;
    }
    .index_news .news_content .news_list ul li .time {
        margin: 0 2.3rem 0 1rem;
    }
    .index_news .news_content .news_imgs {
        height: 26rem;
    }
    .index_news .news_content .news_list ul li {
        padding: 22px 0;
    }
    .index_news .news_content .news_list ul li .time:after {
        margin-top: 1rem;
    }
    .iCase_box .box_info {
        height: 30%;
        padding-left: 2rem;
        padding-top: 1rem;
    }
    .iCase_box .box_info h3 {
        font-size: 18px;
    }
    .iCase_box .box_info::after {
        left: 2rem;
    }
    .index_banner .set_bg img {
        max-height: 400px;
        height: 400px;
    }
    .index_banner .set_bg video{
        max-height: 400px;
        height: 400px;
    }
    .iCase_box .link_img img {
        height: 240px;
    }
    .scene .scene-content {
        width: 300%;
    }
    .scene .scene-content .scene-content-item .item-thumb .item-thumb-title {
        font-size: 24px;
    }
    .scene .scene-content .scene-content-item .item-detail .item-detail-header {
        padding: 5% 41% 0 35%;
    }
    .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1000px){
    .footer_content{
        display: none;
    }
    footer .footer_banquna .footer_banquna_main {
        height: auto;
        display: block;
    }
    footer .footer_banquna .footer_banquna_main .footer_logo {
        background: #CC0104;
    }
    footer .footer_banquna .footer_banquna_main .footer_logo img {
        width: 20%;
    }
    footer .footer_banquna::after{
        content: none;
    }
    footer .footer_banquna .footer_banquna_main .banquna {
        text-align: center;
        padding: 10px 0;
    }
    footer .footer_banquna .footer_banquna_main .footer_logo{
        right: 0;
        text-align: center;
        padding: 10px;
        width: 110%;
        left: -5%;
    }
    .index_news .news_content .news_imgs {
        display: none;
    }
    .index_news .news_content .news_list {
        width: 100%;
        padding: 0 3.3rem;
        box-sizing: border-box;
    }
    .index_news .news_content .news_list ul li{
        flex-direction: column;
        padding: 0;
        border-bottom: none;
    }
    .index_news .news_content .news_list ul li:not(:last-child){
        margin-bottom: 25px;
    }
    .index_news .news_content .news_list ul li .wap {
        display: block;
    }
    .index_news .news_content .news_list ul li .text h3{
        color: #303030;
    }
    .index_news .news_content .news_list ul li .time{
        display: none;
    }
    .index_news .news_content .news_list ul li:first-of-type {
        border-top: none;
    }
    .index_news .news_content .news_list ul li .text{
        box-shadow: 0.3rem 0.3rem 2.26rem 0rem rgba(0, 0, 0, 0.04);
        padding: 1.41rem;
    }
    .index_news .news_content .news_list ul li .wap_time{
        display: block;
    }
    .iMap_tit {
        width: 90%;
    }
    .iMap_img {
        left: 44%;
        width: 45%;
        top: 19%;
    }
    .iMap_list {
        top: 20%;
        left: 15%;
    }
    .iMap_list .list_r h3 span {
        font-size: 28px;
        line-height: 36px;
    }
    .scene .scene-content {
        width: 405%;
    }
}
@media only screen and (max-width: 768px){
    footer .footer_banquna .footer_banquna_main .footer_logo img {
        width: 25%;
    }
    .indexComTit span {
        font-size: 24px;
    }
    .indexComTit span::after {
        width: 3rem;
    }
    .index_news .news_content {
        margin: 50px 0;
    }
    .iCase_box .box_cent {
        width: 100%;
    }
    .iCase_box .box_info {
        height: 25%;
    }
    .iMap_box .mapBg {
        display: none;
    }
    .iMap_img {
        position: initial;
        width: 100%;
        text-align: center;
    }
    .iMap_img img{
        width: 75%;
    }
    .iMap_list {
        position: initial;
        margin: 2rem 0;
    }
    .iMap_tit {
        position: initial;
        transform: inherit;
        width: 100%;
        padding: 0 10px;
    }
    .iMap_list .list_ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .iMap_list .list_tit{
        padding: 0 10px;
        text-align: center;
    }
    .index_map {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .iMap_tit p {
        font-size: 13px;
    }
    .iMap_list .list_r h3 span {
        font-size: 26px;
        line-height: 34px;
    }
    .index_banner .set_bg .mobBanner{
        display: block;
    }
    .index_banner .set_bg .pcBanner{
        display: none;
    }
    .index_banner .set_bg .pcVideo{
        display: none;
    }
    .index_banner .set_bg img {
        height: 240px;
    }
    .index_banner .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .index_banner .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .index_banner .swiper-pagination {
        bottom: 30px;
    }
    .scene{
        display: none;
    }
    .scenePhone{
        display: block;
    }
}
@media only screen and (max-width: 500px){
    .index_news .news_content .news_list {
        padding: 0 1rem;
    }
    .index_news .news_content .news_list ul li .text h3 {
        font-size: 18px;
    }
    .index_news {
        padding: 35px 0 35px 0;
    }
    .iCase_box .box_info {
        height: 38%;
        padding-left: 1rem;
        padding-top: 1rem;
    }
    .iCase_box .box_info::after {
        left: 1rem;
    }
    .iCase_box {
        padding-top: 30px;
    }
    .index_case {
        padding: 35px 0 45px 0;
    }
    .iMap_list .list_r h3 span {
        font-size: 23px;
        line-height: 32px;
    }
    .scene .scene-content {
        width: 800%;
        height: 440px;
    }
    .scene .scene-content .scene-content-item .item-thumb .item-thumb-action {
        margin-top: 6%;
    }
    .scene .scene-content .scene-content-item .item-detail .item-detail-header {
        padding: 3% 39% 0 35%;
    }
    .iSol_warp {
        margin-top: 35px;
    }
    .indexComTit::after {
        bottom: 5px;
    }
    .iCase_box .link_img img{
        height: 186px;
        transform: scale(1);
    }
    .index_banner .set_bg img {
        height: 150px;
    }
    .index_banner .swiper-pagination {
        bottom: 20px;
    }
    .index_banner .swiper-button-prev:after, .index_banner .swiper-button-next:after {
        font-size: 12px;
    }
    .index_banner .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .index_banner .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .index_solution {
        padding-top: 35px;
    }
    .scenePhone .item-thumb-action img {
        width: 35px;
    }
    .scenePhone .item-thumb-title {
        font-size: 16px;
    }
    .scenePhone .scene-content {
        padding: 40px 15px;
    }
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 25px;
    }
    .index_map {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .indexComBtn .btnLink span {
        font-size: 13px;
        padding-right: 18px;
    }
    .indexComBtn .btnLink img {
        width: 16px;
    }
}